Return

Edit Task: RecurringType

Description

The RecurringType attribute under EditTask sets the recurring type of the task. This value cannot be set if editing a task that is of the type recurringChild.

Parameters

ParameterDescription
RecurringTypeOptions are "SingleInstance", "RecurrResourceParent", "RecurrTimeParent", "RecurringChild", "TemplateNonRecurrParent", "TemplateChild", "TemplateRecurrResourceParent", "TemplateRecurrTimeParent", "TemplateRecurringChild".

Examples

Set a task to recur whenever resources are available.

PATCH api/task/TaskA

Body:

{

"RecurringType" : "RecurrTimeParent"

}